/*   /styles/[BLU-decor].css is for 
GOOD LIBERAL SOCIALIST DEMOCRATS  */
	/*  background-color: #FFE97A;  light gold    
 The "Body"" section sets the default settings for everything governed by this style sheet,
but can be over-ridden either in specific sections below, or in the files which are governed
by this style sheet. 
WIDTH =  " ? "  
For any element, if the WIDTH is not spelled out, 
there appears to be a "Default" of about "333px",
and a "Maximum" of about "700px". And so, a box's 
width will be determined by the width of the content
together with the "Padding", up to the  "Maximum".
*/
/*    background-color: lightgray	-------   */  
		
/*   	         default font-size:    
	for Titles[Th] 	=   1.2em; or   19px;  
	for H2      	=   1em;  or     18px; 
	for H3      	=   1em;  or     17px;   
	for Body   	=  .8em;  or     16px;	
	for H5 & H6 	=  .8em;  or     15px;
 	= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
	How the WIDTH works :   
	For any element, if the WIDTH is not spelled out, 
	there appears to be a "Default" of about "333px",
	and a "Maximum" of about "700px". And so, a box's 
	width will be determined by the width of the content
	together with the "Padding", up to the  "Maximum".
*/

Body

{ 
	 background-color:lightyellow; width:1111px; 
  	padding-top: 22px; padding-bottom: 33px;
	padding-left:4%; padding-right:4%;
	font-size:17px;
	scroll-padding-right: 1%;
}
Table.Title
{
	/* 	MOST of the settings for this feature are set 
		as DEFAULTS	in my "- - MOST-of-default-settings.css" file,
		or in  the "TH" section of THIS file, below:		*/
 }
Table.Other 	/* 	[Table class="Other" for additional tables after ]		*/ 
{
	text-align:center;font-size:18px; line-height:1.3;
	background-color: white; 	color: darkblue;
	border-width:5px; border-color:cyan;
}
TH
{    
  	color:yellow; 
	background-image: url("https://liberalslikechrist.org/Artwork/+Site-decor/Title-Box-BLU-bg.jpg"); color: white;

	
	text-align:center; color:yellow; font-size:18px; line-height:1.3;
	border-style:ridge;  
	border-top-width:15px; border-top-color:cyan;
	border-left-width:15px; border-left-color:cyan;
	border-right-width:18px; border-right-color:darkblue;
	border-bottom-width:18px; border-bottom-color:darkblue;

		/* 	MOST of the settings for this feature are set 
		as DEFAULTS	in my "- - MOST-of-default-settings.css" file		*/
 }
TD
{	background-color: white; 	color: darkblue;
}
	 
H2
{	background-color:lightblue;  color: darkblue;

	border-top-width:12px; border-top-color:cyan;
	border-left-width:12px; border-left-color:cyan;
	border-right-width:16px; border-right-color:darkblue;
	border-bottom-width:16px; border-bottom-color:darkblue;

	padding-top:3%; padding-bottom:3%;
	padding-left:2%; padding-right:2%;
}
H3
{	
	background-color:lightblue;  color: darkblue;

	border-left-width:11px; border-left-color:cyan;
	border-top-width: 11px; border-top-color:darkblue;
}
H4	/* for Bottom box on most pages */ 
{
	margin:10px auto 10px auto; width:311px;    

	background-color: cyan;color:blue; 	
	border-top-width:9px; border-top--color:cyan;
	border-left-width:9px;border-left-color:cyan;
	border-right-width:12px; border-right-color:blue;
	border-bottom-width:12px; border-bottom-color:blue;

	padding:9px; 	 /*    on ALL sides    */
}
H5
{
 	background-color:lightblue;	 color: darkblue;
	font-size:14px; font-style: italic;  text-align:center;	
	border-top-width:14px; border-top-color:darkblue; 
 	 border-right-width:14px; border-right-color: darkblue; 
} 
H6	/* for TESTIMONIAL box */ {	
 
	background-color: lightpink;  color: black;	
 	font-size:14px; text-align: justify; 
	font-family: BlackChancery, American Text B; 

	border-style:ridge;  
	border-top-width:12px; border-top-color:cyan; 
	border-left-width:12px; border-left-color:cyan;
	border-right-width:15px; border-right-color:darkblue;
	border-bottom-width:15px; border-bottom-color:darkblue;

	padding-top:3%; padding-bottom:3%;
	padding-left:4%; padding-right:4%;
}
H7	/* smaller version of H2 for multiple page links */

 {	margin:10px auto 10px auto;    
	background-color:white;    color: darkblue; 
	text-align:center; font-size:15px;  font-style:italic; 
	background-color:white;     width:144px;
	border-top-width:4px; border-top-color:cyan;
	border-left-width:4px; border-left-color:gold;
	border-right-width:8px; border-right-color:gold;
	border-bottom-width:8px; border-bottom-color:gold;
	padding:1.1%;  	
}
P.Indented
{    

 	text-indent: 55px;  text-align:justify;max-width:999px; 
 	text-indent:36px; list-style-position: outside;
 
 }